.maincont{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.maincont h1{
    background-color: var(--bone-white);
    font-weight: bold;
    overflow: hidden;
    height: auto;
    width: 100%;

}

.maincont h1 img{
    width: 70%;
    height: auto;
    display: block;
    margin: 20px auto;
    
}

img{
    z-index: 10;
}

.inmenu{
    width: auto;
    margin-top: 200px;
    z-index: 100;
}

.inmenu ul{
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
}

.inmenu a{
    text-decoration: none;
    color: black;
    font-size: 50px;
}

.inmenu a:hover{
    color: var(--bone-white);
    background-color: var(--marlboro);
}

.aviso {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: var(--marlboro);
  color: var(--bone-white);
  font-weight: bold;
  overflow: hidden;
  height: 2em;
  display: flex;
  align-items: center;
  z-index: 999;
  font-size: 15px;
  opacity: 80%;
}

.aviso-texto {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.scroll-texto {
  display: inline-block;
  padding-left: 100%;
}


